home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Click Press Kit
/
Click Press Kit.iso
/
pc
/
main.dxr
/
Internal_18_WaitForDirectorToFlash.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-31
|
241 b
|
14 lines
global gRecordSet, gTracker
on exitFrame me
if gTracker.p12345 = EMPTY then
go(the frame + 1)
else
if gRecordSet.pDirectorToFlashFinished = "yes" then
go(the frame + 1)
else
go(the frame)
end if
end if
end